See Also
SelectItems Method
|
SearchFilter Class
|
SearchFilter Members
|
dtSearch.Engine Namespace
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
SearchFilter Class
>
SearchFilter Methods
>
SelectItems Method
>
SelectItems Method (int, uint[], bool)
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
SearchFilter.SelectItems Method (int, uint[], bool)
Set the selection state of an array of document ids to the selection state indicated by fSelected.
C#
public
void
SelectItems
(
int
whichIndex
,
uint
[]
docIds
,
bool
isSelected
);
Parameters
Parameters
Description
whichIndex
Integer identifying the index in this
SearchFilter
(obtained from
AddIndex
)
docIds
Array of document ids to select.
isSelected
Selection state to assign to the documents in the array.
See Also
SelectItems Method
|
SearchFilter Class
|
SearchFilter Members
|
dtSearch.Engine Namespace